| PIZZA | Current compiler version: 0.39d |
| A substantial companion to Java | |
| The Pizzadoc tool | |
|
Contents
Home Mirrors FAQ Distribution
Applications
|
The Java Language Specification sets a standard for documentating Java source code. Each class, variable and method should come with a comment that is organized in a special way - a ``doc comment''. A documentation tool is integrated into the development kit to construct HTML pages from Java source files and their doc comments.
Pizza is a superset of Java, and so it needs an equivalent tool.
Thus, pizzadoc is included in the Pizza compiler distribution
(versions 38 and above). The pizzadoc manpage
gives a brief description of the tool's features and examples of its
usage. A discussion of the differences
between javadoc and pizzadoc is available, and covers both general and
Pizza-specific extensions. Pizzadoc pages
for the standard Pizza classes are also available.